\( \def\dfrac#1#2{\displaystyle\frac{#1}{#2}} \def\solve#1{\begin{array}{rcl}#1\end{array} } \)

Home / A1 Algebraic Techniques / A2 Solving Absolute Value Inequalities

Solve the following inequalities:

\[ \begin{array}{rcl} |2x-3| &\lt&5\\ |x^2-x-4|&\leq&x\\ |3x+2| &\gt& 0 \end{array} \]

Solution

With absolute value inequalities, similar to when we solve absolute value equations, we need to consider the positive or negative possibilities. The main difference with inequalities, is that when we consider the negative outcome, we must flip the inequality. Let's take a look at the first example. \[ \solve{ |2x-3|&\lt&5\\ 2x-3\lt5&\text{ and }&2x-3{\bf \gt}-5\\ 2x\lt8&\text{ and }&2x\gt-2\\ x\lt4&\text{ and }&x\gt-1 } \] Taking both inequalities into consideration (and putting the values in order) we can see that \(x\) must be greater than \(-1\) while also being less that \(4\), which in interval notation gives the answer \((-1,4)\). Note that these are strictly less than/greater than, so we exclude both endpoints.

As per our usual tactics, let's see if we can check our answer visually/graphically. We will graph both sides of the inequality and attempt to identify where the left side graph is less than the right side graph. In this case, the right side just the horizontal line at \(5\), but as you will see in the next example, we can still use this idea in more complex scenarios: y=\left|2x-3\right|\ y=5\ (-1,5)\ (4,5)\ \left|2x-3\right|\le5\left\{\left|2x-3\right|\le y\le5\right\}

For the next problem, we proceed in a very similar fashion, only, there is an \(x\) on the opposite side. Due to the quadratic nature of the absolute value, I will demonstrate the positive and negative possibilities separately. \[ \solve{ |x^2-x-4|&\leq& x\\ x^2-x-4 &\leq&x\\ x^2 -2x -4 &\leq& 0\\ } \] This quadratic is prime, so we cannot factor it, but we can still apply the quadratic formula to determine the critical values: \[ \solve{ x&=&\dfrac{2\pm\sqrt{4-4(1)(-4)}}{2}\\ &=&\dfrac{2\pm\sqrt{4+16}}{2}\\ &=&\dfrac{2\pm\sqrt{20}}{2}\\ &=&\dfrac{2\pm2\sqrt{5}}{2}\\ &=&1\pm\sqrt{5}\\ x=1+\sqrt{5}&&x=1-\sqrt{5} } \] Now, remember, these are simply the critical values that we will use to test our inequalities against. We will need to pick values from the intervals, so knowing the approximate values will help me pick appropriate test values: \(1-\sqrt{5}\approx -1.23\dots\) and \(1+\sqrt{5}\approx 3.23\dots\).

However, we have only found the critical values for half the possibilities. We still need to solve for the negativeoutcomes: \[ \solve{ |x^2-x-4|&\leq& x\\ x^2-x-4 &\geq&-x\\ x^2 -4 &\geq& 0\\ (x-2)(x+2)&\geq& 0 } \] This gives us our next two critical values, which are thankfully whole numbers. Now, we need to put all the critical values together in order and get the intervals. Finally, when we pick test points from each interval, we must use the original absolute value inequality to apply the test values. First, the intervals are: \[ (-\infty,-2]\cup[-2,1-\sqrt{5}]\cup[1-\sqrt{5},2]\cup[2,1+\sqrt{5}]\cup[1+\sqrt{5},\infty) \] I will use the following test values: -3, -1.5, 0, 3, and 4. \[ \begin{array}{|c|c|c|c|c|} \hline (-\infty,-2] & [-2,1-\sqrt{5}] & [1-\sqrt{5},2] & [2,1+\sqrt{5}] & [1+\sqrt{5},\infty) \\\hline \times & \times & \times & \checkmark & \times \\\hline \end{array} \] To determine that the interval \([2,1+\sqrt{5}]\) was the correct interval, as a reminder, I am plugging the value \(3\) into the inequality: \[ \solve{ |x^2-x-4|&\leq&x\\ |(3)^2-3-4|&\leq &3\\ |9-3-4|&\leq&3\\ |2|&\leq&3 } \] Since the inequality is true for my test value, I accept the whole interval. Feel free to check for yourself that the inequality fails for my other test values!

Finally, we can always check our answer using a graphing utility like Desmos. Here, I graph both sides of the original inequality and look for where the graph of the left side is below the graph on the right: y=\left|x^{2}-x-4\right|\ y=x\ (2,2)\ (1+\sqrt{5},1+\sqrt{5})\ \left|x^{2}-x-4\right|\le x\left\{\left|x^{2}-x-4\right|\le y\le x\right\}

The final example problem is actually quite trivial: \[ |3x-2|\gt 0 \] is pretty much always true except when the absolute value is exactly zero. Hence, the solution will be all values of \(x\) except the value which makes the absolute value exactly zero: \[ \solve{ 3x-2 &=& 0\\ x &=&\frac{2}{3} } \] So, the final answer will be \(\left(-\infty,\frac{2}{3}\right)\cup\left(\frac{2}{3},\infty\right)\). I will not check this visually, since there is nothing to really see (the graph is always positive except where it is exactly zero).